From: Eric S. Raymond Date: Fri, 2 Apr 1993 16:41:54 +0000 (+0000) Subject: (repeat-history-command): Bug fix. Someone forgot a car. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96608 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dd4e1002eb7237415dfc49967fbee2b0d066d799;p=emacs.git (repeat-history-command): Bug fix. Someone forgot a car. --- diff --git a/lisp/chistory.el b/lisp/chistory.el index 403fb0b24e9..64fe7c8688d 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el @@ -151,7 +151,7 @@ The buffer for that command is the previous current buffer." (beginning-of-line) (read (current-buffer))) (set-buffer - (cdr (buffer-list))))))) + (car (cdr (buffer-list)))))))) ;;;###autoload (defun command-history-mode ()